@charset "utf-8";
/* CSS Document */
*{list-style:none;outline:none;font-family:"微软雅黑",arial;border:none;color:#333;padding:0;margin:0;margin-top:0;margin-bottom:0;text-decoration: none;box-sizing: border-box;}
h1,h2,h3,h4,h5,ul,p{margin-top:0;margin-bottom:0;}
.fl{float:left;}
.fr{float:right;}
.bg-f5{background-color:#f5f5f5;}
.tb-rl{-webkit-writing-mode:vertical-rl;writing-mode:tb-rl;writing-mode:vertical-rl;}
.container {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.clearfix{clear:both}
.table-grey .page-table-dl a{color:#058cc6;}

@media (min-width: 768px) {
  .container {width: 750px;}
}

@media (min-width: 992px) {
  .container {width: 970px;}
}

@media (min-width: 1260px) {
  .container {width: 1230px;}
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {display: none !important;}

@media (max-width: 767px) {
    .hidden-xs {display: none !important;}
	.visible-xs {display: block !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {display: none !important;}
	.visible-sm {display: block !important;}
}
@media (min-width: 992px) and (max-width: 1259px) {
    .hidden-md {display: none !important;}
	.visible-md {display: block !important;}
}
@media (min-width: 1260px) {
    .hidden-lg {display: none !important;}
	.visible-lg {display: block !important;}
}

/*******************************************首页********************************************/


/***************** banner*****************/
/*--- banner001 slider-css --*/
.slider {position: relative;}
.rslides {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.rslides li {-webkit-backface-visibility: hidden;position: absolute;display: none;width: 100%;left: 0;top: 0;}
.rslides li:first-child {position: relative; display: block;float: left;}
.rslides img {display: block;height: auto;float: left;width:100%;border: 0;}
.callbacks_tabs{position: absolute;bottom:5%;z-index:100;left:50%;margin-left:-42px;}
.callbacks_tabs li{display:inline-block;}
.callbacks_tabs li a{visibility: visible;font-size:0;height: 12px;width: 12px;	display:block;background:rgba(255,255,255,.5);border-radius:50%;margin:0 8px;}
.callbacks_tabs li a:hover,.callbacks_tabs .callbacks_here a{background:#0080cb;}
.callbacks_tabs a{visibility:hidden;}
.sub-banner img{display:block;width:100%;}

@media(max-width:640px){
	.callbacks_tabs{margin-left:-27px;bottom:10px;}
	.callbacks_tabs li a{height: 10px;width: 10px;margin:0 4px;}	
}
/********首页标题**************/
.index-tit{margin-bottom:50px;}
.index-tit h1{font-size:24px;line-height:20px;padding-bottom:20px;color:#fff;text-align: center;position:relative;}
.index-tit h1:after{content:"";display:block;width:30px;height:2px;background-color:#ff8b32;position:absolute;left:50%;bottom:0;margin-left:-15px;}

@media (max-width:1920px) {
	.index-tit{margin-bottom:45px;}
}	

@media (max-width:1259px) {
	.index-tit{margin-bottom:40px;}
}	
@media (max-width:991px) {
	.index-tit{margin-bottom:35px;}
}	

@media (max-width:767px) {
	.index-tit{margin-bottom:30px;}
	.index-tit h1{padding-bottom:15px;}
}	


/***************产品中心***********************/
.index-pro{padding:90px 0 40px;background:url(../images/index_pro_bg.jpg) no-repeat center;background-attachment:fixed;background-size:cover;}
.index-pro-lsit li{float:left;width:23.5%;margin-right:2%;margin-bottom:50px;}
.index-pro-lsit>li:nth-child(4n){margin-right: 0;}
.index-pro-lsit li a{display:block;}
.inpo-pic{overflow:hidden;width:100%;border-radius:10px;margin-bottom:20px;background-color: rgba(237,247,254,0.35);}
.inpo-pic img{display:block;width:100%;transition: all 0.5s;}
.index-pro-lsit li:hover .inpo-pic img{transform:scale(1.05);transition-delay:0s;}
.inpo-tit h3{font-size:16px;line-height:20px;height:20px;color:#0080cb;text-align: center;width:100%;white-space:nowrap;text-overflow: ellipsis;overflow:hidden;margin-bottom:5px;}
.inpo-tit h4{font-size:14px;line-height:20px;height:20px;color:#ffb149;text-align: center;width:100%;white-space:nowrap;text-overflow: ellipsis;overflow:hidden;}

@media (max-width:1920px){
	.index-pro{padding:70px 0 20px}
}
@media (max-width:1259px){
	.index-pro{padding:60px 0 20px}
	.index-pro-lsit li{margin-bottom:40px;}
	.inpo-pic{margin-bottom:10px;}
}
@media (max-width:991px){
	.index-pro{padding:60px 0 20px}
	.index-pro-lsit li{width:32%;}
	.index-pro-lsit>li:nth-child(4n){margin-right:2%;}
	.index-pro-lsit>li:nth-child(3n){margin-right:0%;}
}
@media (max-width:767px){	
	.index-pro{padding:50px 0 20px}
	.index-pro-lsit li{margin-bottom:30px;}
	.inpo-pic{margin-bottom:5px;}
	.inpo-tit h3{font-size:15px;line-height:20px;height:20px;}
	.inpo-tit h4{font-size:12px;line-height:20px;height:20px;}
}
@media (max-width:560px){
	.index-pro-lsit li{width:48%;margin-bottom:20px;margin-right: 4%;}
	.index-pro-lsit>li:nth-child(3n){margin-right:4%;}
	.index-pro-lsit>li:nth-child(2n){margin-right:0%;}
	
}

/****************关于**********************/
.index-about{padding:90px 0;background:url(../images/index_about_bg.jpg) no-repeat center;background-attachment:fixed;background-size:cover;}
.inab-box{position:relative;margin:0 auto;}  
.inab-view{display:block;max-width:100%;}

/****************btn*********************/
.inab-info{position:absolute;width:100%;top:50%;margin-top:-205px;}
.inab-tit{display:block;margin:0 auto;}
.inab-btn{display:block;width:180px;height:180px;margin:30px auto 40px;position:relative;}
.inab-btn a{display:block;width:70px;height:70px;border-radius:50%;background: #0080cb;position:absolute; top:50%;margin-top:-35px;left:50%;margin-left:-35px;-webkit-animation: ripple 1s linear infinite;animation: ripple 1s linear infinite;-webkit-transition: .5s linear;cursor: pointer;}
.inab-btn a:hover{background:#000;}
.inab-btn a span{display:block;width:0;height:0;border-width:10px 16px;border-color:transparent transparent transparent #fff;border-style:solid;position:absolute;top:50%;margin-top:-10px;left:30px;}

.inab-info h2{font-size:24px;line-height:1;color:#fff;letter-spacing:20px;padding-left:20px;text-align:center;}

/****************video*********************/
.inab-video{position:absolute;width:900px;height:600px;left:0;bottom:0;margin-bottom: 6px;margin-left: calc(50% - 450px);display: none;}
.video-view{position:absolute;width:100%;height:50px;line-height:50px;background:#000;color:#fff;left:0;top:0;padding:0 20px;}
.inab-video span{display: block;width: 50px;height: 50px;background:url(../images/none.png)center no-repeat;background-size: 15px 15px; position: absolute;right: 0;top: 0;cursor: pointer;}

@media (max-width:1920px){
	.index-about{padding:70px 0;}
}

@media (max-width:1259px){
	.index-about{padding:60px 0;}	
	.inab-tit{width:50%;}
	.inab-btn{margin:25px auto;}
	.inab-info{margin-top:-156px;}
	.inab-info h2{font-size:20px;letter-spacing:15px;padding-left:15px;}
	.inab-video{width:800px;height:470px;margin-bottom: 5px;margin-left: calc(50% - 400px);}
}

@media (max-width:991px){
	.inab-view{height:400px;}
	.inab-btn{margin:20px auto;}
	.inab-info{margin-top:-144px;}
	.inab-video{width:600px;height:390px;margin-bottom: 4px;margin-left: calc(50% - 300px);}
}

@media (max-width:767px){
	.index-about{padding:50px 0;}
	.inab-tit{width:360px;}
	.inab-video{width:calc(100% - 10px);height:390px;margin-bottom: 4px;margin-left:5px;}
}

@media (max-width:500px){
	.inab-view{height:360px;}
	.inab-tit{width:300px;}	
	.inab-info h2{font-size:18px;letter-spacing:10px;padding-left:10px;}
	.inab-info{margin-top:-139px;}
	.inab-video{width:calc(100% - 8px);height:350px;margin-bottom: 4px;margin-left:4px;}
}


/****************foot**********************/
.index-foot{padding:60px 0;background:#2d2d2d;}
.index-foot-logo{float:left;width:380px;padding-right:100px;}
.inft-logo,.inft-logo img{display:block;}
.inft-major{margin-top:10px;margin-bottom:30px;}
.inft-major,.inft-major a{font-size:14px;line-height:24px;color:#999;}
.inft-copy,.inft-beian a{font-size:13px;line-height:20px;color:#999;display:block;}
.index-foot-nav{float:left;width:200px;}
.index-foot-pro{float:left;width:320px;}
.index-foot-add{float:right;width:calc(100% - 900px);}
.inft-tit{font-size:16px;line-height:20px;margin-bottom:30px;font-weight:bold;color:#ebebeb;}
.index-foot-pro a,.index-foot-nav a,.index-foot-add span{display:block;width:100%;font-size:14px;line-height:30px;color:#bbb;}
.index-foot-nav a:hover,.index-foot-pro a:hover{color:#fff;}
.index-foot-link{padding:10px 0;background-color:#f2f2f2;}
.index-foot-link p{margin-bottom:0;}
.index-foot-link span,.index-foot-link a{display:inline-block;font-size:14px;color:#999;margin-right:5px;}
.index-foot-link a:hover{color:#666;}
.inft-link-le{float:left;width:calc(100% - 150px);}
.inft-link-ri{float:right;}
.sub-foot{background-color:#3d5059;}
.sub-foot .inft-major,.sub-foot .inft-major a,.sub-foot .inft-copy,.sub-foot .inft-tit,.sub-foot .index-foot-pro a,.sub-foot .index-foot-nav a,.sub-foot .index-foot-add span{color:#ddd;}
.sub-foot .inft-major a:hover,.sub-foot .index-foot-pro a:hover,.sub-foot .index-foot-nav a:hover{color:#fff;}

@media(max-width:1259px){
	.index-foot-logo{width:330px;padding-right:0px;padding-bottom: 60px;}
	.index-foot-pro{width:270px;}
	.index-foot-nav{width:140px;}
	.index-foot-add{width:200px;}
}

@media(max-width:991px){
	.index-foot{padding:30px 0;}
	.index-foot-pro,.index-foot-nav{display:none;}
}

@media(max-width:767px){
	.index-foot-add{display:none;}
	.index-foot-logo,.inft-major{width:100%;}
	.index-foot-link{display:none}
}

@media(max-width:480px){
	.index-foot{padding:20px 0;}
}

/**********首页边距***********/
@media(max-width:560px){
	.index-about{padding:40px 0;}
	.index-pro{padding:40px 0 10px;}
}



/*******************************************内页********************************************/
/******************************内页边距*******************************/
.page-in{padding: 60px 0;}

@media(max-width:1259px){
	.page-in{padding: 50px 0;}
}

@media(max-width:991px){
	.page-in{padding: 40px 0;}
}

@media(max-width:767px){
	.page-in{padding: 30px 0;}
}
/*******************************banner-内页*******************************/
.banner-in{height:460px;overflow: hidden;background-size: cover;background-repeat: no-repeat;background-position: center;}
.banner-in .container{position: relative;height:460px;}
.banner-text{position: absolute;left: 15px;bottom: 65px;}
.banner-text h2{font-size: 40px;font-weight: bold;color: #fff;margin-bottom: 20px;letter-spacing: 1px;text-shadow: 2px 3px rgba(196,193,185,0.5);}
.banner-text h5{font-size: 16px;padding-top: 20px;position: relative;color:#fff;letter-spacing: 1px;text-shadow: 2px 3px rgba(0,0,0,0.15);}
.banner-text h5:before{width:50px;height: 2px; background-color: #f08737;content: "";position: absolute;left: 0;top: 0;}

@media(max-width:1259px){
	.banner-in,.banner-in .container{height:420px;}
}

@media(max-width:991px){
	.banner-in,.banner-in .container{height:360px;}
}

@media(max-width:767px){
	.banner-in,.banner-in .container{height:260px;}	
	.banner-text{bottom: 40px;}
	.banner-text h2{font-size: 36px;}
}


/*******************************page-in-nav*******************************/
.page-in-navall{padding:12px 0;background-color:#f5f5f5;}
.page-in-nav{padding-left: 26px;background: url(../images/home-in.png)left center no-repeat;color: #999899;}
.page-in-nav a{font-size: 12px; display: inline-block;color: #999899;margin-right: 5px;}
.page-in-nav a:hover{color: #0080cb;}





/*******************************新闻列表页*******************************/
.news-list>li:nth-child(2n){margin-right: 0;}
.news-list-box{margin-bottom: 30px; float: left;width: 49%;margin-right: 2%;border-radius: 10px;border: 1px solid #f5f5f5;box-shadow: 0 0 5px 3px rgba(0,0,0,0);position: relative;transition: 0.6s;overflow: hidden;}
.nl-box-img{float: left;width: 260px;}
.nl-box-img img{display: block;width: 100%;}
/***********text*************/
.nl-box-text{padding: 0 20px;width: calc(100% - 260px);position: absolute;right: 0;top: 0;height: 100%;overflow: hidden;}
.nl-text-table{height: 100%;width: 100%;display: table;overflow: hidden;}
.nl-text-tablecell{height: 100%;width: 100%;display: table-cell;vertical-align: middle;}
.nl-text-tablecell span{color: #999899;font-size: 12px;margin-bottom: 10px; display: block;}
.nl-text-tablecell h2{font-size: 16px;line-height: 17px;height:17px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #323333;margin-bottom: 10px;}
.nl-text-tablecell i{font-size: 14px;line-height: 20px;height: 40px;overflow:hidden;color: #999899;display: block;font-style: normal;margin-bottom: 10px;}
.nl-text-tablecell em{width: 115px;display: block;color:#e68339;font-size: 14px;font-style: normal;background: url(../images/news-arrow.png)right center no-repeat;background-size: 26px auto;margin-left: -89px;transition: 0.6s;}

.news-list-box:hover{box-shadow: 0 0 5px 3px rgba(0,0,0,0.05);}
.news-list-box:hover .nl-text-tablecell em{margin-left: 0;background: url(../images/news-arrow2.png)right center no-repeat;}

@media(max-width:1259px){
	.nl-box-img{width: 220px;}
	.nl-box-text{padding: 0 15px;width: calc(100% - 220px);}
	.nl-text-tablecell span,.nl-text-tablecell h2,.nl-text-tablecell i{margin-bottom: 6px;}
}

@media(max-width:991px){
	.nl-box-img{width: 260px;}
	.nl-box-text{padding: 0 20px;width: calc(100% - 260px);}
	.nl-text-tablecell span,.nl-text-tablecell h2,.nl-text-tablecell i{margin-bottom: 10px;}
	.news-list-box{width: 100%;float: none;margin-right: 0;margin-bottom: 20px;}
}

@media(max-width:530px){
	.nl-box-img{float: none;width: 100%;}
	.nl-box-text{padding:15px;width:100%;position: static;}
}

/*************************************************新闻内页****************************************************/

.news-details-all{margin-bottom: 30px;}
.page-news-details-tit{text-align: center;margin: 0;font-size: 20px;line-height: 30px; color: #333;margin-bottom: 10px;font-weight: bold;}
.page-nd-a a{ font-size: 13px;color:#9f9f9f;margin: 0 5px;display:inline-block; }

.page-nd-content{font-size: 14px;margin-top: 20px;text-align: justify;}
.page-nd-content p{font-size: 14px;line-height: 28px;}

@media(max-width:991px){
	.news-details-all{margin-bottom: 0px;}
}
@media(max-width:767px){
	.page-news-details-tit{font-size: 18px;line-height: 28px;}
}


/*************左侧公共*********************/
.page-in-left{float: left;width: 260px;}
.page-pro-navtit{font-size: 20px;margin-bottom: 26px; color: #333;background: url(../images/nav-p-bg.png)105px center no-repeat;}
.page-pro-nav>li>a{font-size:14px;line-height: 50px;height: 50px;overflow: hidden;display: block;color: #666;border-left: 2px solid #e4e4e4;padding-left:20px;}
.page-pro-ser>li>a{padding-left: 40px; font-size:14px;line-height: 40px;height: 40px;overflow: hidden;display: block;color: #999;border-left: 2px dotted #f0f0f0;}
.page-pro-ser{display:none;}
.page-pro-seron{display:block;}
.page-pro-nav>li:hover>a{border-color:#ff8b32;color: #ff8b32;}
.page-pro-ser>li:hover>a{border-color:#ff8b32;color: #ff8b32;}
@media(max-width:991px){
	.page-pro-navtit,.page-pro-ser,.page-pro-seron{display: none;}
	.page-pro-nav{overflow: hidden;margin-bottom: 10px;}
	.page-pro-nav>li{float: left;width:32%;margin-right: 2%;margin-bottom: 10px;}
	.page-pro-nav>li:nth-child(3n){margin-right: 0;}
	.page-pro-nav>li>a{border: 2px solid #f0f0f0;padding: 0 15px;text-align: center;}
	.page-in-left{float: none;width:100%;}
}

@media(max-width:530px){
	.page-pro-nav>li{width:49%;margin-bottom: 10px;}
	.page-pro-nav>li:nth-child(3n){margin-right: 2%;}
	.page-pro-nav>li:nth-child(2n){margin-right: 0;}
}

/************************************************pro-list**************************************************/
.page-in-right{float: right;width: calc(100% - 300px);}
.page-pro-box{float: left;width:32%;margin-right: 2%;margin-bottom: 20px;border: 2px solid #e4e4e4;border-radius: 10px;padding: 10px 15px;box-shadow: 0 0 5px 3px rgba(0,0,0,0);}
.page-in-right>li:nth-child(3n){margin-right: 0;}
.page-pro-box img{width: 100%;}
.page-pro-box h1{font-size: 16px;line-height: 30px;height: 30px; color: #0080cb;text-align: center;overflow: hidden;}
.page-pro-box span{font-size: 14px;margin-top: 5px; color: #999;text-align: center; display: block;}
.page-pro-box i{font-size: 12px;margin: 15px auto 20px; line-height: 30px;height: 30px; width: 120px;color: #999;text-align: center;background-color: #f8f8f8;border-radius: 20px;display: block;font-style: normal;letter-spacing: 1px;}
.page-pro-box:hover{box-shadow: 0 0 5px 3px rgba(0,0,0,0.05);}
.page-pro-box:hover i{background-color:#ff8b32;color: #fff;}

@media(max-width:1259px){
	.page-in-right{float: right;width: calc(100% - 270px);}
}

@media(max-width:991px){
	.page-in-right{float: none;width: 100%;}
	.page-pro-box i{margin: 15px auto 10px;}
}

@media(max-width:530px){
	.page-pro-box{width: 49%;margin-bottom: 10px;}
	.page-in-right>li:nth-child(3n){margin-right: 2%;}
	.page-in-right>li:nth-child(2n){margin-right: 0;}
}



/************************************************产品详情页*************************************************/
.page-pro-detailsall{overflow: hidden;}
.page-pd{margin-bottom: 30px;}
.page-pd h1{font-size: 22px;margin-bottom: 15px; color: #333;text-align: center;font-weight: bold;}
.page-pd>img{width: 100%;}

.page-proin-nav{border-bottom: 2px solid #e4e4e4;font-size: 0;}
.page-proin-nav span{font-size: 18px;color: #666;line-height: 40px;font-weight: bold;cursor: pointer;display:inline-block;border: 2px solid #e4e4e4;border-bottom: none;padding-left: 20px;border-top-left-radius: 7px;border-top-right-radius: 7px;background-color: #f3f3f3;position: relative;box-sizing: border-box;}
.page-proin-nav span:after{position: absolute;left: -2px;bottom: -1px;width: calc(100% + 4px);height: 3px;background-color: #ff7519;content: "";display: none;}
.page-proin-nav span:nth-child(1){width: 39.5%;margin-right: 0.5%;}
.page-proin-nav span:nth-child(2){width: 39.5%;margin-right: 0.5%;}
.page-proin-nav span:nth-child(3){width: 20%;margin-right: 0;}

/******************button-切换*****************/ 
.page-proin-nav .page-p-on{color: #fff;background-color:#ff7519;border-color: #ff7519;}
.page-proin-nav .page-p-on:after{display: block;}
.page-pd-box{display: none;}
.page-pd-box>img{margin-bottom:20px;}
.page-pd-box>img:last-child{margin-bottom:0;}
.page-pd-boxon{display: block;}

/******************page-box1*****************/ 
.page-pd-all{border: 2px solid #e4e4e4;padding:30px 15px 20px;border-top: none;}
.page-pd-box img{max-width: 100%;width: 100%;}
.page-pd-iframe{width: 600px;height: 400px;margin: 0 auto;}
.page-pd-iframe iframe{width: 100%;height: 100%;}

/******************page-box1-table*****************/ 
.page-pd-table{overflow-x: scroll;-ms-overflow-style: none;overflow: -moz-scrollbars-none;}
.page-pd-table::-webkit-scrollbar { width: 0 !important }
.page-pd-table table{width: 100%;border-spacing: 4px;border-collapse: separate;min-width: 780px;}
.page-pd-table table tr th{font-size: 14px; background-color: #058cc6;color: #fff;padding: 10px;text-align: center;font-weight: normal;}
.page-pd-table table tr td{font-size: 14px; background-color: #f5f5f5;color: #999;padding: 10px;text-align: center;font-weight: normal;vertical-align: middle;}

@media(max-width:660px){
	.page-pd-all{padding:20px 15px 20px;}
	.page-pd-iframe{width: 400px;height: 300px;}
	.page-proin-nav span:nth-child(1){width: 35%;margin-right: 1%;}
	.page-proin-nav span:nth-child(2){width: 35%;margin-right: 1%;}
	.page-proin-nav span:nth-child(3){width: 28%;}
  .page-pd-box>img{margin-bottom:10px;}
}

@media(max-width:460px){
	.page-pd{margin-bottom: 20px;}
	.page-pd-all{padding:15px;}
	.page-pd-iframe{width: 100%;height: 260px;}
	.page-proin-nav span{font-size: 16px;padding-left: 15px;line-height: 36px;}
	.page-proin-nav span:nth-child(1){width: 33%;margin-right: 1%;}
	.page-proin-nav span:nth-child(2){width: 33%;margin-right: 1%;}
	.page-proin-nav span:nth-child(3){width: 32%;}
}

@media(max-width:340px){
	.page-proin-nav span{padding-left: 10px;}
	.page-pd-iframe{width: 100%;height: 240px;}
}

/************************************************下载页面************************************************/
/************dl-img*******************/
.page-dl-modimg{margin-bottom: 30px;font-size: 0;}
.page-dl-modimg i{width: 23.5%;margin-right: 2%; display: block;cursor: pointer;display: inline-block;box-shadow: 0 0 5px 3px rgba(0,0,0,0);}
.page-dl-modimg i.page-dl-ion{box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);}
.page-dl-modimg i:last-child{margin-right: 0;}
.page-dl-modimg i img{width: 100%;}
/************dl-nav******************/
.page-dl-nav{border-bottom: 1px solid #f0f0f0;margin-bottom: 30px;}
.page-dl-nav span{font-size: 14px;color: #999;padding: 10px 15px; cursor: pointer;display: inline-block;position: relative;transition: 0.5s;}
.page-dl-nav span:after{position: absolute;left: 0;bottom: -1px;width:0;height: 2px;background-color:transparent; content: "";transition: 0.5s;}
.page-dl-nav .page-dl-navon{color: #0080cb;}
.page-dl-nav .page-dl-navon:after{background-color:#0080cb;left:0; width: 100%}

/************dl-text******************/
.page-dl-textall{}
.page-dl-box{overflow-x: scroll;-ms-overflow-style: none;overflow: -moz-scrollbars-none;}
.page-dl-box::-webkit-scrollbar { width: 0 !important }
.page-dl-box3{width: 100%;}
.page-dl-box3 .page-dl-table{min-width: 100%;}
.page-dl-box1{margin-bottom: 30px;}
.page-dl-textbox{display: none;}
.page-dl-textboxon{display: block;}
.page-dl-box h5{font-size: 22px;margin-bottom: 15px;color: #333;padding-left: 5px;}
.page-dl-table{width: 100%;border-spacing: 4px;border-collapse: separate;min-width: 780px;}
.page-dl-table tr th{font-size: 14px; background-color: #058cc6;color: #fff;padding: 10px;text-align: center;font-weight: normal;}
.page-dl-table tr td{font-size: 14px; background-color: #f5f5f5;color: #999;padding: 10px;text-align: left;font-weight: normal;vertical-align: middle;}
.page-table-dl a{color:#ff8b32;font-weight: bold;}
.page-table-note a{color: #999;}
/************table1******************/
.page-dl-table1 tr th:nth-child(1),.page-dl-table1 tr td:nth-child(1){width: 15%;}
.page-dl-table1 tr th:nth-child(2),.page-dl-table1 tr td:nth-child(2){width: 25%;}
.page-dl-table1 tr th:nth-child(3),.page-dl-table1 tr td:nth-child(3){width: 15%;}
.page-dl-table1 tr th:nth-child(4),.page-dl-table1 tr td:nth-child(4){width: 15%;}
.page-dl-table1 tr th:nth-child(5),.page-dl-table1 tr td:nth-child(5){width: 15%;}
.page-dl-table1 tr th:nth-child(6),.page-dl-table1 tr td:nth-child(6){width: 15%;}
/************table2******************/
.page-dl-table2 tr th:nth-child(1),.page-dl-table2 tr td:nth-child(1){width: 15%;}
.page-dl-table2 tr th:nth-child(2),.page-dl-table2 tr td:nth-child(2){width: 35%;}
.page-dl-table2 tr th:nth-child(3),.page-dl-table2 tr td:nth-child(3){width: 35%;}
.page-dl-table2 tr th:nth-child(4),.page-dl-table2 tr td:nth-child(4){width: 15%;}
.page-dl-table tr td .page-table-ilink{display: block;font-size: 12px;margin-top: 3px; color: #ff0000;font-style: normal;}
/************table3******************/
.page-dl-table3 tr th:nth-child(1),.page-dl-table3 tr td:nth-child(1){width: 12%;}
.page-dl-table3 tr th:nth-child(2),.page-dl-table3 tr td:nth-child(2){width: 12%;}
.page-dl-table3 tr th:nth-child(3),.page-dl-table3 tr td:nth-child(3){width: 12%;}
.page-dl-table3 tr th:nth-child(4),.page-dl-table3 tr td:nth-child(4){width: 12%;}
.page-dl-table3 tr th:nth-child(5),.page-dl-table3 tr td:nth-child(5){width: 12%;}
.page-dl-table3 tr th:nth-child(6),.page-dl-table3 tr td:nth-child(6){width: 40%;}
.page-dl-table3 tr td img{width: 100%;}
/************table4******************/
.page-dl-table4 tr td{width: 50%;}
.page-dl-table4 tr td img{width: 100%;}

/************table6******************/
.page-dl-table6 tr th:nth-child(1),.page-dl-table6 tr td:nth-child(1){width: 15%;}
.page-dl-table6 tr th:nth-child(2),.page-dl-table6 tr td:nth-child(2){width: 15%;}
.page-dl-table6 tr th:nth-child(3),.page-dl-table6 tr td:nth-child(3){width: 15%;}
.page-dl-table6 tr th:nth-child(4),.page-dl-table6 tr td:nth-child(4){width: 55%;}
.page-dl-table6 tr td img{width: 100%;}

.page-table-dl a:hover,.page-table-note a:hover{text-decoration: underline;}

@media(max-width:1259px){
	.page-dl-modimg{margin-bottom: 20px;}
}

@media(max-width:767px){
	.page-dl-box h5{font-size: 20px;}
	.page-dl-table tr th,.page-dl-table tr td{font-size: 14px;}
}

@media(max-width:530px){
	.page-dl-table4{min-width: 100%;}
	.page-dl-modimg i:nth-child(1){margin-bottom: 10px;}
	.page-dl-modimg i:nth-child(2){margin-right: 0;margin-bottom: 10px;}
	.page-dl-modimg i{width: 49%;}
	.page-dl-nav{margin-bottom: 25px;}
	.page-dl-nav span{padding: 10px 6px;}
	.page-dl-box1{margin-bottom: 20px;}
}

@media(max-width:340px){
	.page-dl-nav span{padding: 10px 1px;}
}

/*****************************************公司简介*********************************************/
.page-company-all{padding: 120px 0; background: url(../images/page-company.jpg)center no-repeat;background-size: cover;background-attachment: fixed;}
.page-company .page-about-titall{font-size: 26px;margin-bottom: 30px; color: #444;background: url(../images/nav-a-bg2.png)140px center no-repeat;font-weight: bold;}
.page-company-text span{font-size: 20px;line-height: 46px;text-indent: 30px;color: #333;display: block;text-align: justify;letter-spacing: 1px;}
.page-company-text span i{font-size: 20px;line-height: 46px;color: #0188c4;font-style: normal;font-weight: bold;}

.page-company-text p{font-size: 20px;line-height: 46px;text-indent: 30px;color: #333;display: block;text-align: justify;letter-spacing: 1px;}
.page-company-text em {font-size: 20px;line-height: 46px;color: #0188c4;font-style: normal;font-weight: bold;}

@media(max-width:991px){
	.page-company-all{padding: 100px 0;}
	.page-company-text span,.page-company-text span i{font-size: 18px;line-height: 40px;}
}

@media(max-width:767px){
	.page-company-all{padding: 50px 15px;}
	.page-company .page-about-titall{font-size: 24px;margin-bottom: 20px;background: url(../images/nav-a-bg2.png)120px center no-repeat;}
	.page-company-text span,.page-company-text span i{font-size: 17px;}
}

@media(max-width:530px){
	.page-company-all{padding: 40px 10px;}
	.page-company .page-about-titall{font-size: 22px;background: url(../images/nav-a-bg2.png)110px center no-repeat;}
	.page-company-text span,.page-company-text span i{line-height: 36px;}
}

/*****************************************关于我们*********************************************/
.blue{background-color:#0188c4;}
.orange{background-color:#ff8b32;}
/*************about-title***************/
.page-about-title{margin-bottom: 40px;}
.page-about-title h1{font-size: 14px;line-height: 30px;width: 100px;border-radius: 20px; color: #fff;text-align: center;}
.page-about-title h5{font-size: 72px;color:#dcdcdc;font-family: "宋体";letter-spacing: 2px;}
.page-about-title h2{font-size: 26px;margin-bottom: 10px; color: #0188c4; text-align: center;font-weight: bold;}
.page-about-title h4{font-size: 24px;color:#666;font-family: "宋体";letter-spacing: 2px;text-align: center;}

/********************about1**********************/
.page-about-text{display: block;font-size: 16px;color: #666;line-height: 30px;text-indent: 30px;margin-bottom: 30px;}
/*************about1-left***************/
.page-about1-left{float: left;width:48%;margin-right: 5%;}
.page-about1-txt1 span:first-child{text-indent: 30px;}
.page-about1-txt1 i{font-size: 18px;margin: 10px 0 5px; font-weight: bold;font-style: normal;color: #666;display: block;}
.page-about1-txt1 span{font-size: 16px;line-height: 32px;color: #999;display: block;text-align: justify;}
.page-about-img1{margin-top: 30px;width: 97%;}
.page-about-img1 img{width: 100%;}
/*************about1-right***************/
.page-about1-right{float: right;width:47%;}
.page-about1-txt2{margin-bottom: 30px;}
.page-about1-txt2 span{font-size: 16px;line-height: 30px;text-indent: 30px;color: #999;display: block;text-align: justify;}
.page-about1-txt2 span i{font-size: 16px;line-height: 30px;color: #0188c4;font-style: normal;}
.page-about-img2 img{width: 100%;}
.page-about-img2{margin-bottom: 10px;}

/********************about2**********************/
.page-about2 .page-about-title{margin-bottom: 20px;}
.page-about2{background: url(../images/about-bg.jpg)left bottom no-repeat;background-size: cover;}
.page-about2-all .container{overflow: hidden;}
.page-about2-box{float: right;width: 50%;background-color: rgba(0,0,0,0.3);}
.page-about2-txt{border-left: 1px solid #252525;padding-left: 40px;}
.page-about2-text span{font-size: 16px;line-height: 32px;color: #fff;display: block;text-align: justify;}

/********************about3**********************/

.page-about3-box1{overflow: hidden;}
.page-about3-left{float: left;width: 48%;}
.page-about3-txt1 span{font-size: 15px;line-height: 30px;color: #999;display: block;text-align: justify;}
.page-about3-txt1 span b{color: #666;}
.page-about3-txt1 i:first-child{margin-top: 0;}
.page-about3-txt1 i{font-size: 18px;margin: 10px 0 5px; color: #666;font-style: normal;display: block;font-weight: bold;}
.page-about3-right{float: right;width: 47%;}
.page-about3-right img{width: 100%;}

@media(max-width:1259px){
	/*************about1***************/
	.page-about-img1{margin-top: 20px;width:300px;}
	/*************about3***************/
	.page-abou3-left{width: 49%;}
	.page-abou3-right{width: 48%;}
	.page-abou3-right img{margin-top: 70px;}
	/**********about3-2***********/
	.page-about3-left2 img{width: 100%;margin: 60px 0;}
}

@media(max-width:991px){
	/*************about-title***************/
	.page-about-title{margin-bottom: 30px;}
	.page-about-title h5{font-size: 60px;}
  	.page-about-text{font-size: 15px;margin-bottom: 20px;}
	/*************about1***************/
	.page-about1-left{width:47%;margin-right: 3%;}
	.page-about1-right{width:50%;}
	.page-about-img1{margin-top: 10px;width:200px;}
	.page-about1-txt1 span{font-size: 15px;line-height: 30px;}
	/*************about2***************/
	.page-about2-box{float: none;width: 100%;}
	.page-about2-box{background-color: rgba(0,0,0,0);}
	.page-about2-all{background-color: rgba(0,0,0,0.65);}
	.page-about2-text span{font-size: 15px;}
	/*************about3***************/
	.page-about3-left{width: 100%;float: none;}
	.page-about3-box1 .page-about-title,.page-about3-box2 .page-about-title{margin-bottom: 10px;}
	.page-about3-right{width: 400px;margin: 0 auto 20px; float: none;}
	.page-about3-right img{margin-top: 0px;}
	.page-about3-txt1 span{font-size: 15px;line-height: 30px;}
	/**********about3-2***********/
	.page-about3-left2{width: 400px;margin: 0 auto 20px;float: none;border-right:none;padding-right: 0px;}
	.page-about3-left2 img{margin: 0;}
	.page-about3-right2{float: none;width: 100%;}
	.page-about3-txt2 span{font-size: 15px;line-height: 30px;}
}

@media(max-width:730px){
	/*************about1***************/
	.page-about1-left{float: none;width:100%;margin-right: 0%;}
	.page-about-img1,.page-about-img2{width: 460px;margin: 0 auto 20px;}
	.page-about1-right{float: none;width:100%;}
	.page-about1-txt2{margin-bottom: 20px;}
}

@media(max-width:530px){
	/*************about-title***************/
	.page-about-title{margin-bottom: 20px;}
	.page-about-title h2{font-size: 22px;}
	.page-about-title h4{font-size: 20px;}
	/*************about1***************/
	.page-about-img1,.page-about-img2{width: 100%;margin: 10px auto;}
	/*************about2***************/
	.page-about2-txt{border-left: none;padding-left: 0px;}
	.page-about2 .page-about-title{margin-bottom: 10px;}
	/*************about3***************/
	.page-about3-right{width: 100%;}
	.page-about3-left2{width: 100%;}
}


/*****************************************联系我们*********************************************/
.page-contact{overflow: hidden;margin-bottom: 30px;}
.page-contact li{font-size: 16px;color: #999;line-height: 35px; float: left;width: 50%;}
.page-contact li:first-child{font-size: 22px;font-weight: bold;width: 100%;color:#0188c4;margin-bottom: 10px;}
.page-contact li:last-child{width: 100%;}

#map{width: 100%;height: 520px;}
.page-contaxt-map{overflow-x: scroll;width:100%;overflow-x: scroll;-ms-overflow-style: none;overflow: -moz-scrollbars-none;}
.page-contaxt-map::-webkit-scrollbar { width: 0 !important }


@media(max-width:1259px){
	#map{height: 460px;}
}
@media(max-width:991px){
	#map{height: 440px;}	
	.page-contact li{font-size: 15px;width: 100%;}
}

@media(max-width:760px){
	#map{height: 340px;}
}

@media(max-width:530px){
	#map{height: 280px;}
}

/******************** 法律申明************************/
.page-law-text span{font-size: 18px;line-height: 30px;margin-bottom: 10px; color: #666;display: block;text-align: justify;letter-spacing: 1px;}
.page-law-text span i{font-size: 18px;line-height: 30px;color: #0188c4;font-style: normal;font-weight: bold;}

.page-law-box1{overflow: hidden;width: 800px;margin: 0 auto;}
.page-law-box1 img{float: left;width: 49%;margin-right: 1%;margin-top: 20px;}
.page-law-box2{overflow: hidden;width: 800px;margin: 0 auto;}
.page-law-box2 img{float: left;width: 49%;margin-right: 1%;margin-top: 20px;}
.page-law-box2>img:nth-child(2n){margin-right: 0;}


@media(max-width:991px){
	.page-law-box2{width:100%;}
}

@media(max-width:767px){
	.page-law-text span,.page-law-text span i{font-size: 17px;}
	
}

@media(max-width:530px){
	.page-law-text span,.page-law-text span i{font-size: 16px;line-height: 26px;}
	.page-law-box1{width: 100%;}
}

/***********产品-推荐TITLT*********/ 
.page-recomend-title{ overflow: hidden;margin-bottom: 20px;}
.page-recomend-title div{font-size: 16px;color: #333;float:left;font-weight: bold;}
.page-recomend-title a{float: right;color: #ef7b00;font-size: 16px;padding: 2px 6px;}

/***********产品-推荐新闻*********/ 
.page-in-reconmend{overflow: hidden;margin-bottom: 30px;border-top: 1px solid #dedede;border-bottom: 1px solid #dedede;background-color: #f1f1f1;padding:20px;}
.page-recom-news{overflow: hidden;}
.page-recom-news-box{float: left; width: 48%;display: block;overflow: hidden;line-height: 18px;height: 18px;margin-bottom: 15px;margin-right: 2%;}
.page-re-news-tit{font-size: 14px;padding-left: 5px; line-height: 18px;height: 18px;color: #333; overflow: hidden;float: left;width:calc(100% - 100px);}
.page-re-news-time{font-size: 14px;line-height: 18px;height: 18px;padding-right: 5px;  border-right: 1px solid #999;float: left;color: #999;}
/***********产品-推荐产品*********/ 
.page-recom-pro{overflow: hidden;}
.page-recom-pro-box{display: block;float: left;width: 18.4%;margin-right: 2%;}
.page-recom-pro a:last-child{margin-right: 0;}
.page-recom-pro-box img{width: 100%;}
.page-re-pro-tit{font-size: 14px;color:#666 ;text-align: center;margin-bottom: 10px;line-height: 40px;height: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
/***********新闻hover*********/ 
.page-recom-news-box:hover .page-re-news-tit{color:#106bc8;}
.page-recom-news-box:hover .page-re-news-time{color:#106bc8}
.page-recom-pro-box:hover .page-re-pro-tit{color:#106bc8;}



@media(max-width:991px){
	.page-in-reconmend{display: none;}
}

/*******************************page-in-button*******************************/
.page-in-button{text-align: right;font-size: 0;margin-top: 30px;}
.page-in-button a{font-size:12px;padding: 0 6px; margin: 0 3px;margin-bottom: 5px;line-height: 23px;display: inline-block;color: #999899;background-color:#fff;border:1px solid #ccc;border-radius: 3px;text-align: center;}
.page-in-button .page-button-prev,.page-in-button .page-button-next{color: transparent;}
.page-in-button span{font-size:12px;margin-bottom: 5px;line-height: 30px;margin-right: 5px;display: inline-block;color: #323333;}
.page-in-button a:hover,.page-in-button .page-in-button-on{background-color: #f08737;color: #fff;border-color: #f08737;}
.page-button-prev{background: url(../images/btn-left1.png)center no-repeat #fff;}
.page-in-button .page-button-prev:hover{background: url(../images/btn-left2.png)center no-repeat #f08737;color: transparent;}
.page-button-next{background: url(../images/btn-right1.png)center no-repeat #fff;}
.page-in-button .page-button-next:hover{background: url(../images/btn-right2.png)center no-repeat #f08737;color: transparent;}

@media(max-width:530px){
	.page-in-button{margin-top: 10px;}
}


/********************buttom按钮************************/
.page-buttom2{margin-top: 20px;}
.page-buttom2 .last,.page-buttom2 .next,.page-buttom2 .return{font-size: 14px; width:180px;margin-bottom: 8px;line-height: 20px;height: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align:left;display:block; color: #666;}
.page-buttom2 .last a,.page-buttom2 .next a{color: #666;}

.page-buttom2 .next:hover a{color: #e68339;}
.page-buttom2 .last:hover a{color: #e68339;}
.page-buttom2 .next:hover a,.page-buttom2 .last:hover a{color: #e68339}


/************************返回顶部*************************/
.scrollItem{text-align:center;font-size:14px;font-weight:bold;line-height:60px;color:#1173f6;display:none;}
@media only screen and (max-width:680px) {
	.scrollItem{display: block;}
	.scrollItem{line-height:20px;padding-bottom: 15px;}
}

/**靠右联系漂浮栏****/
.right-side{width:70px;position:fixed;right:0;top:calc(50% - 136px);z-index:1000;cursor:pointer;padding-left: 0;text-decoration: none;list-style: none;}
.side-contact{width:70px;height:70px;padding:5px 0;background:#007eff;margin:1px 0;transition:0.3s;}
.side-contact .side-icon{width:100%;height:35px;}

.side-icon01{background:url(../images/side_icon01.png) no-repeat center;}
.side-icon02{background:url(../images/side_icon02.png) no-repeat center;}
.side-icon03{background:url(../images/side_icon03.png) no-repeat center;background-size: 30px;}
.side-icon04{background:url(../images/side_icon04.png) no-repeat center;}
.side-icon05{background:url(../images/side_icon05.png) no-repeat center;}


.side-contact .side-tit{display:block;width:100%;height:25px;line-height:25px;font-size:14px;color:#fff;text-align:center;}
.side-contact:hover{background:#106bc8;}
.side-tel{position:absolute;width:250px;height:141px;right:71px;bottom:0;z-index:1000;}
.side-tel-list{padding:10px 10px 10px 60px;}
.side-tel-list1{background:#007eff url(../images/side_icon06.png) no-repeat 10px center;height:71px;}
.side-tel-list2{background:#007eff url(../images/side_icon07.png) no-repeat 10px center;height:70px;}
.stl-tit{display:block;font-size:18px;line-height:20px;color:#fff;}
.stl-des{display:block;font-size:18px;line-height:30px;color:#fff;}

.side-wechat{position:absolute;width:180px;height:180px;padding:15px 0;right:75px;bottom:0;background-color:#fff;box-shadow: 0px 4px 10px 0px rgba(6, 0, 1, 0.25); z-index:1000;}
.side-wechat img{display:block;margin:0 auto 10px;width: 120px;}
.side-wechat span{display:block;text-align:center;font-size:16px;}

.side-tel,.side-wechat{display:none;}

.return-top{width:70px;height:70px;background-color:rgba(150,150,150,0.9);display:none;}
.return-top:hover{background-color:rgba(0,0,0,0.6);}
.cd-is-visible{display:block;cursor: pointer;}
.cd-fade-out{display:none;cursor: pointer;}

.side-phone:hover .side-tel{display: block;}
.side-barcode:hover .side-wechat{display: block;}

@media(max-width:767px){
	.right-side{width:100%;height:70px;right:0;top:auto;bottom:0;}
	.side-contact{float:left;width:25%;border-right:1px solid #fff;}
	.side-barcode{border-right:0;}
	.return-top{display:block;}
	.foot-copy{margin-bottom:69px;}
	.side-wechat,
	.side-tel{right:0;bottom:71px;}
}

.shiping{width:100%;height:500px;}
@media(max-width:991px){
  .shiping{height:350px;}
}
@media(max-width:760px){
  .shiping{height:250px;}
}
@media(max-width:530px){
  .shiping{height:180px;}
}

